-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNS Forward NSG Support for Bloxone Ansible v2 #45
base: v2
Are you sure you want to change the base?
Conversation
- name: Get Forward NSG information by filters (e.g. name) | ||
infoblox.bloxone.dns_forward_nsg_info: | ||
filters: | ||
name: "example_nsg" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation issue here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to be fine, please re check
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Some minor documentation comments.
csp_url: "{{ csp_url }}" | ||
api_key: "{{ api_key }}" | ||
block: | ||
# Create a random Auth Zone name to avoid conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Create a random Auth Zone name to avoid conflicts | |
# Create a random Forward Zone name to avoid conflicts |
RETURN = r""" | ||
id: | ||
description: | ||
- ID of the ForwardNsg object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ID of the ForwardNsg object | |
- ID of the Forward NSG object |
returned: Always | ||
objects: | ||
description: | ||
- ForwardNsg object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ForwardNsg object | |
- Forward NSG object |
module: dns_forward_nsg_info | ||
short_description: Manage Forward NSG | ||
description: | ||
- Manage Forward NSG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description of _info modules should be Retrieve
..., and not Manage. I see this in some other modules too.
Support for forward NSG in v2 ansible
Integration test - pass
Sanity - pass
Lint check - pass